Skip to content

4.85-RN - #25665

Draft
aevesdocker wants to merge 2 commits into
docker:mainfrom
aevesdocker:4.85-RN
Draft

4.85-RN#25665
aevesdocker wants to merge 2 commits into
docker:mainfrom
aevesdocker:4.85-RN

Conversation

@aevesdocker

Copy link
Copy Markdown
Contributor

Description

Related issues or tickets

Reviews

  • Technical review
  • Editorial review
  • Product review

Signed-off-by: aevesdocker <allie.sadler@docker.com>
@netlify

netlify Bot commented Jul 28, 2026

Copy link
Copy Markdown

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit a20b1e4
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/6a68da77f855930008c07c45
😎 Deploy Preview https://deploy-preview-25665--docsdocker.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions github-actions Bot added the area/desktop Issue affects a desktop edition of Docker. E.g docker for mac label Jul 28, 2026

@docker-agent docker-agent left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🟡 NEEDS ATTENTION

One issue found in the 4.85.0 release notes addition: the build_path shortcode parameter appears to be a placeholder value (//) rather than the actual build number. All other versions use a specific numeric path.


{{< release-date date="2026-08-03" >}}

{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.85.0" build_path="//" >}}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[MEDIUM] build_path="//" appears to be a placeholder — likely missing the actual build number

Every previous release entry uses a specific numeric build path (e.g., build_path="/234817/" for 4.84.0, build_path="/234302/" for 4.83.0). The value "//" does not match this pattern and will likely produce a broken or malformed download URL for users trying to install Docker Desktop 4.85.0.

Replace "//" with the correct build path for this release before merging.

@akristen akristen self-assigned this Jul 29, 2026

{{< release-date date="2026-08-03" >}}

{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.85.0" build_path="//" >}}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@akristen need to replace the X's with the build number

Suggested change
{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.85.0" build_path="//" >}}
{{< desktop-install-v2 all=true win_arm_release="Early Access" version="4.85.0" build_path="/XXXXXX/" >}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/desktop Issue affects a desktop edition of Docker. E.g docker for mac

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants